Skip to content

Update installation-by-script.md#932

Open
Heinti wants to merge 2 commits intoespocrm:masterfrom
Heinti:php-fpm-settings
Open

Update installation-by-script.md#932
Heinti wants to merge 2 commits intoespocrm:masterfrom
Heinti:php-fpm-settings

Conversation

@Heinti
Copy link
Contributor

@Heinti Heinti commented Mar 3, 2026

Added option to update php-fpm file for docker installation. pm.max_children = 30 - taken as an example.

Added option to update php-fpm file for docker installation. 
`pm.max_children = 30` - taken as an example.
@tmachyshyn
Copy link
Contributor

@Heinti thanks for your pull request.

The /usr/local/etc/php/conf.d path to PHP-FPM configuration is not correct. I think, it should be the /usr/local/etc/php-fpm.d/.
Please check it.

Please also do the following changes:

  1. Rename the PHP-fpm to PHP-FPM.
  2. Put the configuration file to the data/php/fpm/espocrm.conf folder.
  3. Rename the zzz-custom.conf to espocrm.conf.

Then, accept the CLA.

Looking forward to your fixes.

Changes have been made according to the following steps:
1. Rename the `PHP-fpm` to `PHP-FPM`.
2. Put the configuration file to the `data/php/fpm/zzz-espocrm.conf` folder.
3. Rename the `zzz-custom.conf` to `zzz-espocrm.conf`.
4. Changed file location to `/usr/local/etc/php-fpm.d/`
@Heinti
Copy link
Contributor Author

Heinti commented Mar 4, 2026

@tmachyshyn

Changes have been made according to the following steps:

  1. Rename the PHP-fpm to PHP-FPM.
  2. Put the configuration file to the data/php/fpm/zzz-espocrm.conf folder.
  3. Rename the zzz-custom.conf to zzz-espocrm.conf.
  4. Changed file location to /usr/local/etc/php-fpm.d/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants